﻿2026-09-22T01:33:47.9137255Z ##[group]Run actions/checkout@v5
2026-09-22T01:33:47.9137992Z with:
2026-09-22T01:33:47.9138355Z   fetch-depth: 2
2026-09-22T01:33:47.9138795Z   repository: BigscreenVR/spt-bs-core
2026-09-22T01:33:47.9141702Z   token: ***
2026-09-22T01:33:47.9142059Z   ssh-strict: true
2026-09-22T01:33:47.9142418Z   ssh-user: git
2026-09-22T01:33:47.9142790Z   persist-credentials: true
2026-09-22T01:33:47.9143176Z   clean: true
2026-09-22T01:33:47.9143540Z   sparse-checkout-cone-mode: true
2026-09-22T01:33:47.9143949Z   fetch-tags: false
2026-09-22T01:33:47.9144306Z   show-progress: true
2026-09-22T01:33:47.9144658Z   lfs: false
2026-09-22T01:33:47.9144997Z   submodules: false
2026-09-22T01:33:47.9145361Z   set-safe-directory: true
2026-09-22T01:33:47.9145762Z   allow-unsafe-pr-checkout: false
2026-09-22T01:33:47.9146396Z ##[endgroup]
2026-09-22T01:33:47.9936591Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-22T01:33:47.9938119Z ##[group]Getting Git version info
2026-09-22T01:33:47.9938791Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-22T01:33:47.9939832Z [command]/usr/bin/git version
2026-09-22T01:33:47.9940255Z git version 2.43.0
2026-09-22T01:33:47.9951153Z ##[endgroup]
2026-09-22T01:33:47.9958508Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b623b44f-4182-4670-b150-8bab4c9c74fe/.gitconfig'
2026-09-22T01:33:47.9965556Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b623b44f-4182-4670-b150-8bab4c9c74fe' before making global git config changes
2026-09-22T01:33:47.9966697Z Adding repository directory to the temporary git global config as a safe directory
2026-09-22T01:33:47.9968462Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-22T01:33:48.0016975Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-22T01:33:48.0035029Z https://github.com/BigscreenVR/spt-bs-core
2026-09-22T01:33:48.0045032Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-22T01:33:48.0047807Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-22T01:33:48.0066133Z HEAD
2026-09-22T01:33:48.0096124Z ##[endgroup]
2026-09-22T01:33:48.0097679Z [command]/usr/bin/git submodule status
2026-09-22T01:33:48.0279177Z ##[group]Cleaning the repository
2026-09-22T01:33:48.0282561Z [command]/usr/bin/git clean -ffdx
2026-09-22T01:33:48.0314261Z Removing traceable-reqs
2026-09-22T01:33:48.0322323Z [command]/usr/bin/git reset --hard HEAD
2026-09-22T01:33:48.0516193Z HEAD is now at de891efdf6 Merge ff55d152b013d55ef4c83b59e80c0214a8e96d49 into 1143a6dccf177cee46ca387f2be0637ee4bd324a
2026-09-22T01:33:48.0524993Z ##[endgroup]
2026-09-22T01:33:48.0561391Z ##[group]Disabling automatic garbage collection
2026-09-22T01:33:48.0566489Z [command]/usr/bin/git config --local gc.auto 0
2026-09-22T01:33:48.0593808Z ##[endgroup]
2026-09-22T01:33:48.0594529Z ##[group]Setting up auth
2026-09-22T01:33:48.0598527Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-22T01:33:48.0623643Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-09-22T01:33:48.0813768Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-22T01:33:48.0838832Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-09-22T01:33:48.1025539Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-22T01:33:48.1050456Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-22T01:33:48.1241676Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-22T01:33:48.1272995Z ##[endgroup]
2026-09-22T01:33:48.1273733Z ##[group]Fetching the repository
2026-09-22T01:33:48.1278895Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +de891efdf61f4eb305eb37aa794bad81d8b799f6:refs/remotes/pull/242/merge
2026-09-22T01:33:48.7795336Z ##[endgroup]
2026-09-22T01:33:48.7797330Z ##[group]Determining the checkout info
2026-09-22T01:33:48.7799424Z ##[endgroup]
2026-09-22T01:33:48.7804882Z [command]/usr/bin/git sparse-checkout disable
2026-09-22T01:33:48.7845055Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-22T01:33:48.7872129Z ##[group]Checking out the ref
2026-09-22T01:33:48.7874857Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/242/merge
2026-09-22T01:33:48.7949179Z HEAD is now at de891efdf6 Merge ff55d152b013d55ef4c83b59e80c0214a8e96d49 into 1143a6dccf177cee46ca387f2be0637ee4bd324a
2026-09-22T01:33:48.7954716Z ##[endgroup]
2026-09-22T01:33:48.7997973Z [command]/usr/bin/git log -1 --format=%H
2026-09-22T01:33:48.8027698Z de891efdf61f4eb305eb37aa794bad81d8b799f6
